@charset "utf-8";

/* set background none for google ads */
ins.adsbygoogle{
    background: none;
}


html body #wpadminbar {
    position: fixed;
}
body #responsive-menu #rm-additional-content,
body #responsive-menu-container #responsive-menu-additional-content{
    display: none;
}
body #responsive-menu-container {
    padding-top: 57px;
    box-shadow: 0px 1px 8px #333;
    bottom: auto;
}
body #responsive-menu-container.push-left,
body #responsive-menu-container.slide-left {
    transform: translateX(-110%);
    -ms-transform: translateX(-110%);
    -webkit-transform: translateX(-110%);
    -moz-transform: translateX(-110%);
}
body #responsive-menu-container #responsive-menu-search-box {
    padding-top: 10px;
    padding-bottom: 20px;
}
body #responsive-menu-container .responsive-menu-search-box {
    height: 35px;
    font-size: 13px;
}

@media only screen and (max-width: 740px) {
    body #click-menu.admin-bar-showing {
        z-index: 99999;
        margin-top: 0;
        display: block;
    }
}

/* HEADER */
.site-header {
    padding: 24px;
    padding: 1.714285714rem;
    position: relative;
}
.site-header.has-bg{
    margin-bottom: 24px;
}
.site-header.nocontent {
    display: none;
}
.site-header.nocontent + #main{
    margin-top: 24px;
}
.site-header hgroup{
    z-index: 10;
}
.site-header hgroup.overlay{
    position: absolute;
    left: 48px;
}
.site-header hgroup.notitle{
    display: none;
}
.site-header hgroup.has-bottom-image{
    margin-bottom: 24px;
}
.site-header > a, .site-header > a img{
    display: block;
}
.site-header h1,
.site-header h2 {
    text-align: left;
}
.site-header h1 a,
.site-header h2 a {
    color: #515151;
    display: inline-block;
    text-decoration: none;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
    color: #21759b;
}
.site-header h1 {
    font-size: 26px;
    font-size: 1.857142857rem;
    line-height: 1.846153846;
}
.site-header h2 {
    font-weight: normal;
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.846153846;
    color: #757575;
}

.header-image {
    z-index: 0;
}


@media screen and ( max-width: 782px ) {
    /* hide comment icon on admin bar  for all themes */
    body #wpadminbar li#wp-admin-bar-comments,
    body #wpadminbar li#wp-admin-bar-customize {
        display: none;
    }
}

@media only screen and (max-width: 740px) {
    .site-header hgroup.overlay{
		left: 5px;
	}
}